home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / pinbrd12.zip / PINBOARD.CTL < prev    next >
Text File  |  1992-12-28  |  2KB  |  87 lines

  1. ;
  2. ;                           PinBoard Designer V1.1
  3. ;                         (c) 1992 by Oliver Weindl
  4. ;                   Programmer's Inn 2:246/45 / 2:246/145                       
  5. ;          +49-8781-3418 / +49-8781-3442 Node 1 HST/DS Node 2 ZyXEL+
  6. ;
  7. ;
  8. ; Path to the Dorinfo?.Def File (The ? depends on the line !)
  9. ;
  10. DORINFOPATH J:\SBBS\LINE1\
  11. ;
  12. ; Number of current Line (each line requires special .CTL file !)
  13. ;
  14. LINE 1
  15. ;
  16. ;
  17. ; Path to your EXITINFO.BBS File (SuperBBS only !)
  18. ; Delete this statement, if you have no EXITINFO.BBS file !
  19. ;
  20. EXITINFOPATH J:\SBBS\LINE1\
  21. ;
  22. ;
  23. ; How many PinBoardNotes should be processed (define up to 99 !)
  24. ;
  25. MAXNOTES 3
  26. ;
  27. ; Path to your BBS-Textdirectory, where the PINBOARD.A??-Files 
  28. ; should be placed
  29. ;
  30. TEXTPATH J:\SBBS\TEXT
  31. ;
  32. ;
  33. ; How many lines may a PinBoard message have ? (1-99)
  34. ;
  35. MAXLINES 10
  36. ;
  37. ; Text which shows the user how much lines he may enter !
  38. ; Attention ! set this according to MAXLINES !
  39. ;
  40. COUNTSTRING Please enter up to 10 lines !
  41. ;
  42. ;
  43. ; Questionstring, if user enters an empty line.
  44. ;
  45. ; Syntax :   SAVESTRING <SAVECHAR> <SAVES-Question>
  46. ;
  47. ;
  48. SAVESTRING S <S>ave message or <C>ontinue
  49. ;
  50. ;
  51. ; Specify the question, wether user wants to drop or compile
  52. ; the new PinBoard Message
  53. ;
  54. ; Syntax : COMPILEQUESTION <Save_Char> <Drop_Char> <Text>
  55. ;
  56. COMPILEQUESTION S D <S>ave this PinBoard Message or <D>rop it (S/D) ?
  57. ;
  58. ;
  59. ; FinalString is displayd before the Compilequestion
  60. ;
  61. FINALSTRING You have entered follwoing PinBoard Message :
  62. ;
  63. ;
  64. ;
  65. ; Designe the Header-Line for the PinBoard message
  66. ; Following macros are available:
  67. ;                                    $  is replaced with username
  68. ;                                    %  is replaced with current date
  69. ;                                    &  is replaced with current time
  70. ;
  71. SAYSTRING $ says on % at & following
  72. ;
  73. ; Press-Enter-Text
  74. ;
  75. CONTINUE Please press <ENTER> to continue...
  76. ;
  77. ; Define Inactivity timeout in seconds (default 300)
  78. ;
  79. INACTIVITY 300
  80. ;
  81. ; Path and name of your SBBS-style logfile
  82. ; if no logfile is specified, logging is disabled !
  83. ;
  84. LOGFILE J:\SBBS\LINE1\SYSTEM.LOG
  85. ;
  86. ; <EOF>
  87.